home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 424
- Top = 330
- Width = 291
- Height = 160
- Caption = 'Komputer f�r alla - Gissa p� ett tal'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object LblMeddelande: TLabel
- Left = 32
- Top = 16
- Width = 173
- Height = 20
- Caption = 'Tryck "Start" f�r att b�rja'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object EdtGissa: TEdit
- Left = 16
- Top = 48
- Width = 185
- Height = 21
- TabOrder = 0
- end
- object BtnGissa: TButton
- Left = 208
- Top = 48
- Width = 65
- Height = 25
- Caption = 'Gissa'
- TabOrder = 1
- OnClick = BtnGissaClick
- end
- object BtnStart: TButton
- Left = 16
- Top = 80
- Width = 257
- Height = 41
- Caption = 'Start'
- TabOrder = 2
- OnClick = BtnStartClick
- end
- end
-